PreviousNextTracker indexSee it online !

(126/314) 3002532 - FTP: run GUI code in the AWT thread

FTP's ConnectionManager.getConnectionInfo() will execute AWT code in the calling thread; this makes it risky to perform VFS operations that touch the FTP plugin from a worker thread, since it may run GUI code.

Instead, it should make sure GUI code executes in the AWT thread by using something like SwingUtilities.invokeAndWait() if the current thread is not the AWT thread.

Submitted vanza - 2010-05-17 - 01:17:15z Assigned nobody
Priority 5 Category None
Status Open Group None
Resolution None Visibility No

Comments

2010-05-17 - 07:06:04z
voituk
Hi Marcelo,

I`m aware about this problem and going to fix in next FTP plugin version.

Attachments